Column | Data Type | Nullable | Default | Description |
SalesReasonID | int | not null | | Primary key for SalesReason records. |
Name | dbo.Name | not null | | Sales reason description. |
ReasonType | dbo.Name | not null | | Category the sales reason belongs to. |
ModifiedDate | datetime | not null | (getdate()) | Date and time the record was last updated. |